翻訳と辞書
Words near each other
・ Tokelau at the 2011 Pacific Games
・ Tokelau at the 2015 Pacific Games
・ Tokelau at the Commonwealth Games
・ Tokelau national rugby league team
・ Tokelau national rugby union team (sevens)
・ Tokelau Scholarship Scheme
・ Tokelau Table Tennis Association
・ Tokelau, Tuvalu
・ Tokelauan general election, 2008
・ Tokelauan language
・ Tokelauan self-determination referendum, 2006
・ Tokelauan self-determination referendum, 2007
・ Tokelo Rantie
・ Token
・ Token (railway signalling)
Token bucket
・ Token bus network
・ Token coin
・ Token Creek, Wisconsin
・ Token economy
・ Token Homemate Cup
・ Token money
・ Token of Darkness
・ Token passing
・ Token Racing
・ Token reconfiguration
・ Token ring
・ Tokenism
・ Tokenization
・ Tokenization (data security)


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

Token bucket : ウィキペディア英語版
Token bucket
The token bucket is an algorithm used in packet switched computer networks and telecommunications networks. It can be used to check that data transmissions, in the form of packets, conform to defined limits on bandwidth and burstiness (a measure of the unevenness or variations in the traffic flow). It can also be used as a scheduling algorithm to determine the timing of transmissions that will comply with the limits set for the bandwidth and burstiness: see network scheduler.
== Overview ==
The token bucket algorithm is based on an analogy of a fixed capacity bucket into which tokens, normally representing a unit of bytes or a single packet of predetermined size, are added at a fixed rate. When a packet is to be checked for conformance to the defined limits, the bucket is inspected to see if it contains sufficient tokens at that time. If so, the appropriate number of tokens, e.g. equivalent to the length of the packet in bytes, are removed ("cashed in"), and the packet is passed, e.g., for transmission. The packet does not conform if there are insufficient tokens in the bucket, and the contents of the bucket are not changed. Non-conformant packets can be treated in various ways:
* They may be dropped.
* They may be enqueued for subsequent transmission when sufficient tokens have accumulated in the bucket.
* They may be transmitted, but marked as being non-conformant, possibly to be dropped subsequently if the network is overloaded.
A conforming flow can thus contain traffic with an average rate up to the rate at which tokens are added to the bucket, and have a burstiness determined by the depth of the bucket. This burstiness may be expressed in terms of either a jitter tolerance, i.e. how much sooner a packet might conform (e.g. arrive or be transmitted) than would be expected from the limit on the average rate, or a burst tolerance or maximum burst size, i.e. how much more than the average level of traffic might conform in some finite period.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「Token bucket」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.